c# mongodb get all documents

84

c# mongodb get all documents -

//driver (v2.0):
var documents = await _collection.Find(_ => true).ToListAsync();

Comments

Submit
0 Comments